Package com.cisco.pt.ipc.sim
Interface Cep
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CepImpl
Information provided by the PKI file:
\class Cep
\brief The description of the CEP that communicates with PT IPC.
\example ipcManager().thisInstance().getCep()
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
hasPrivilege
- Parameters:
priv- Takes in a parameter of priv- Returns:
- boolean Returns a boolean
-
getName
String getName()Information provided by the PKI file:
\brief Returns the name. \return string, the name.- Returns:
- String Returns a String
-
getVersion
String getVersion()Information provided by the PKI file:
\brief Returns the version. \return string, the version.- Returns:
- String Returns a String
-
getId
String getId()Information provided by the PKI file:
\brief Returns the ID name. \return string, the ID.- Returns:
- String Returns a String
-
getDescription
String getDescription()Information provided by the PKI file:
\brief Returns the description. \return string, the description.- Returns:
- String Returns a String
-
getAuthor
String getAuthor()Information provided by the PKI file:
\brief Returns the author. \return string, the author.- Returns:
- String Returns a String
-
getContact
String getContact()Information provided by the PKI file:
\brief Returns the contact. \return string, the contact.- Returns:
- String Returns a String
-